post

Get events

lock
{{protocol}}://{{url}}/{{version}}/events/list

Retrieve a list of events.

Authenticated. Permissions: User is admin or super-admin.

Request Body

Authentication

Authentication inherited from the collection: Bearer .

Body

          {
  "types": [
    "item.create.Group"
  ],
  "search": "keyword",
  "offset": 0,
  "limit": 50,
  "createdBy": "12345",
  "updatedBy": "12345",
  "start": "2024-05-01T08:24:27.164Z",
  "end": "2024-05-05T08:24:27.164Z"
}